Welcome![Sign In][Sign Up]
Location:
Search - windows sockets

Search list

[Internet-Networkewrwerwer25socket

Description: Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义-Client/server communication model 1.2 Windows Sockets specification 1.3 Socket socket definition 1.3.1
Platform: | Size: 18432 | Author: 刘佳 | Hits:

[Internet-Networkygwlxyydm

Description: windows sockets 编程,一个网络协议源代码,包括服务器端和客户端- windows sockets programing
Platform: | Size: 152576 | Author: 阿玉 | Hits:

[Internet-NetworkServer

Description: Windows Sockets规范以U.C. Berkeley大学BSD UNIX中流行的Socket接口为范例定义了一套Microsoft Windows下网络编程接口。它不仅包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。 -Windows Sockets specification to the University of UC Berkeley' s BSD UNIX in the popular definition of Socket Interface for an example of a set of network programming under Microsoft Windows interface. It not only contains the familiar style of the Berkeley Socket Library Functions also includes a set of Windows for the expansion of library functions to enable programmers to make full use of Windows message-driven programming mechanism.
Platform: | Size: 264192 | Author: Jake | Hits:

[Windows DevelopVCPPT

Description: 这是一套VC++及MFC学习的经典PPT学习资料,内容涵盖了Windows 程序运行原理,掌握VC++,文档,文件,文本编程,对话框,菜单,网络编程,进程间通信,线程同步与异步套接字,动态链接库,创建兼容及HOOK和数据库访问等十几个VC++学习的难点-This is a set of VC++ and MFC to learn classical PPT learning materials, covering the Windows program is running principle, grasp the VC++, documents, files, text, programming, dialog boxes, menus, network programming, inter-process communication, thread synchronous and asynchronous sockets, dynamic link library, create a compatible, and HOOK, and database access more than a dozen VC++ Learning Difficulties
Platform: | Size: 173056 | Author: liza | Hits:

[Internet-NetworkNetwork-and-Networking-Programming

Description: 介绍利用WinSock,进行网络编程的好书-The purpose of this book is to show you how to make network-aware applications that run on the Microsoft Windows operating systems using the Windows Sockets (WinSock) Application Programming Interface (API). To that end, several practical examples are examined that utilize the basic functionality of WinSock.
Platform: | Size: 1348608 | Author: 武铭 | Hits:

[Internet-NetworkRemoteFileDownload

Description: 基于windows c++下,利用windows Sockets套接字select模型开发的远程文件下载程序。该程序分为服务器和客户端两个部分。 客户端实现以下功能 1 浏览服务器的目录结构 2 能够从服务器下载某个文件 3设置文件保存的位置 4 使用多线程下载文件 服务器实现以下功能: 1 客户端连接数量 2客户端请求的目录 3 客户端请求下载的文件-failed to translate
Platform: | Size: 7542784 | Author: huang cun jin | Hits:

[Internet-Network101259376LANCommunion

Description: < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, overlapping io, the completion of the port), socket network programming for the beginner friend of great help,,,
Platform: | Size: 69632 | Author: 牟伯东 | Hits:

[Internet-Networkwindowssocket

Description: < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, based on news, events, asynchronous model, overlapping i/o, complete the port), socket network programming for the beginner a friend of great help,,,
Platform: | Size: 888832 | Author: 牟伯东 | Hits:

[CommunicationNetClient

Description: Windows套接字编程的实现,本源代码是socket通信中客户端的实现。-Windows Sockets programme, this code is the implementation of the Client,by C++.
Platform: | Size: 1177600 | Author: shiyanan | Hits:

[Sniffer Package capturesocketsniff

Description: SocketSniff allows you to watch the Windows Sockets (WinSock) activity of the selected process. For each created socket, the following information is displayed: socket handle, socket type, local and remote addresses, local and remote ports, total number of send/receive bytes, and more. You can also watch the content of each send or receive call, in Ascii mode or as Hex Dump.-SocketSniff allows you to watch the Windows Sockets (WinSock) activity of the selected process. For each created socket, the following information is displayed: socket handle, socket type, local and remote addresses, local and remote ports, total number of send/receive bytes, and more. You can also watch the content of each send or receive call, in Ascii mode or as Hex Dump.
Platform: | Size: 43008 | Author: coskun | Hits:

[Internet-NetworkUDPSocketDll

Description: UDP网络传输动态连接库,一个项目中使用的网络接口,封装Windows Sockets API为UDP数据报传输类。而不是对整个Sockets API进行封装,只是对socket(), bind(), sendto(), recvfrom()等常用的方法对行了封装,方便UDP网络传输。-UDP network transport dynamic link library, a project to use the network interface, package, Windows Sockets API for UDP datagrams transmission class. Rather than the Sockets API for the entire package, just right socket (), bind (), sendto (), recvfrom () and other commonly used methods of packaging lines to facilitate the UDP network transmission.
Platform: | Size: 263168 | Author: yuwei | Hits:

[Software EngineeringWindowsSockets.doc

Description: 本书适应了Windows、Internet及计算机网络普及的潮流,介绍了一套在Windows下网络编程的规范-Windows Sockets。这套规范是Windows下得到广泛应用的、开放的、支持多种协议的网络编程接口。从1991年的1.0版到1995年的2.0.8版,经过不断完善并在Intel、Microsoft、Sun、SGI、Informix、Novell等公司的全力支持下,已成为Windows网络编程的事实上的标准。为使读者能够充分理解和应用这套规范,本书不但对Windows Sockets 1.1及2.0规范作了较为详尽的介绍,还结合了作者的实际工作,给出了具有实际应用价值的程序实例。书中的内容包括:Windows Sockets规范1.1版及2.0.8版介绍;Windows Sockets网络编程指导和具体应用实例;Windows Sockets规范1.1版及2.0.8版库函数参考等。 本书体系完整,文字流畅,可供从事网络应用开发的工程技术人员和大专院校师生参考。-This book adapted to Windows, Internet and computer networks popular trend, introducing a set of network programming in Windows, the norm-Windows Sockets. This specification is widely used Windows, open, multi-protocol network programming interfaces. From 1991 s 1.0 version 2.0.8 version in 1995, through continuous improvement and, in Intel, Microsoft, Sun, SGI, Informix, Novell and other companies with the full support of the Windows network programming has become the de facto standard. To enable the reader to fully understand and apply this standard, this book is not only on the Windows Sockets 1.1 and 2.0 specification was more detailed introduction, also combines the author s practical work, practical applications are given examples of procedures. The book includes: Windows Sockets specification version 1.1 and 2.0.8 Introduction Windows Sockets network programming guide and specific application examples Windows Sockets specification version 1.1 and 2.0.8 version of library funct
Platform: | Size: 1370112 | Author: biao | Hits:

[OtherSockSvr

Description: Windows套接字 一些API函数的使用-Windows Sockets API functions of some use
Platform: | Size: 10240 | Author: YY | Hits:

[Windows DevelopSockCli

Description: Windows套接字 一些API函数的使用和学习-Windows Sockets API functions of some use and learning
Platform: | Size: 8192 | Author: YY | Hits:

[Internet-NetworkTCP

Description: 开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
Platform: | Size: 6144 | Author: rae | Hits:

[Windows Mobilebtsearch

Description: 蓝牙搜索相关,Implementing Synchronous Device Discovery, Winsock 的实现-Bluetooth, Implementing Synchronous Device Discovery, Winsock Support in Windows CE, WSALookupServiceBegin (Windows Sockets), WSALookupServiceNext (Windows Sockets), WSALookupServiceEnd (Windows Sockets)
Platform: | Size: 9216 | Author: fuxi | Hits:

[Internet-Networksockets

Description: WINDOWS 下SOCKET 及其相关函数介绍-WINDOWS SOCKET and related functions under the description
Platform: | Size: 168960 | Author: 茗玲 | Hits:

[OtherNetwork_and_Networking_Programming

Description: The purpose of this book is to show you how to make network-aware applications that run on the Microsoft Windows and Windows NT operating systems using the Windows Sockets (WinSock) Application Programming Interface (API). To that end, severalpractical examples are examined that utilize the basic functionality of WinSock.
Platform: | Size: 1349632 | Author: sgsgsgultra | Hits:

[Internet-NetworkWindows_Sockets_Network_Programming

Description: This book describes the Windows Sockets application programming interface (API), commonly known as "WinSock." This is intended to be a companion to the v1.1 Windows Sockets specification, not a replacement for it. The contents provide a roadmap for the specification, an orientation resource. The book describes and illustrates every aspect of the Windows Sockets specification, from top to bottom. It deals with optional features as well as many features in version 2.0 of the Windows Sockets specification. -This book describes the Windows Sockets application programming interface (API), commonly known as "WinSock." This is intended to be a companion to the v1.1 Windows Sockets specification, not a replacement for it. The contents provide a roadmap for the specification, an orientation resource. The book describes and illustrates every aspect of the Windows Sockets specification, from top to bottom. It deals with optional features as well as many features in version 2.0 of the Windows Sockets specification.
Platform: | Size: 889856 | Author: sgsgsgultra | Hits:

[Internet-Networkvcwindowssocketprograming

Description: 关于Windows套接字编程的书籍,对初学者非常实用!-Windows Sockets programming on the books, very useful for beginners!
Platform: | Size: 7168 | Author: jacky | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »

CodeBus www.codebus.net